go/types.Named.lookupMethod (method)
2 uses
go/types (current package)
lookup.go#L154: if i, m := named.lookupMethod(pkg, name, foldCase); m != nil {
named.go#L608: func (n *Named) lookupMethod(pkg *Package, name string, foldCase bool) (int, *Func) {
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)